home *** CD-ROM | disk | FTP | other *** search
/ Glamour Girls 1 / Glamour Girls I.iso / mac / Katrina RGB MM / 00060_Script_60 < prev    next >
Text File  |  1994-06-19  |  241b  |  14 lines

  1. on exitFrame
  2.   global soundVolume
  3.     set the volume of sound 1 = soundVolume
  4.   if rollOver (3) then
  5.     go to 2
  6.   else if rollOver (4) then 
  7.     go to 3
  8.   else if rollOver (2) then
  9.     go to 4
  10.   else
  11.     go to 1
  12.   end if
  13.   
  14. end